home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / LColorPicker / LColorPicker Road Map < prev    next >
Encoding:
Text File  |  1995-08-28  |  909 b   |  35 lines  |  [TEXT/CWIE]

  1. LColorPicker Road Map
  2. ©1995 Chris K. Thomas.  All Rights Reserved.
  3. Version 1.0
  4.  
  5.  
  6. ———————————• Main:
  7.  
  8. LColorPicker.cp
  9. LColorPicker.h  : Framework-neutral LColorPicker base class.
  10.  
  11. ColorPickerLib :  CodeWarrior doesn't include this, so I created it from
  12. the one built-into the 7.5 Color Picker extension.  You need to link against
  13. it on PowerPC.
  14.  
  15. ———————————• PowerPlant support:
  16.  
  17. LColorPickerEvents.cp
  18. LColorPickerEvents.h  : PowerPlant attachment which takes care of event handling
  19.                         for LApplications using LColorPicker.
  20.  
  21. PPColorPicker.cp
  22. PPColorPicker.h    : Starter subclass for use with PowerPlant applications.
  23.  
  24. ———————————• Sprocket support:
  25.  
  26. SprocketColorPicker.cp
  27. SprocketColorPicker.h    : Starter subclass for use with Sprocket applications.
  28.                             (in progress!)
  29.  
  30. ———————————• other framework support:
  31.  
  32. AppColorPicker.cp
  33. AppColorPicker.h    : Starter subclass for use with non-PowerPlant applications.
  34.  
  35.